home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / hewin / ccisrc / tdptool.cci < prev    next >
Text File  |  1993-11-30  |  416b  |  16 lines

  1. /*************************************************************************
  2. *    テキストエディタツール
  3. *************************************************************************/
  4.  
  5.  
  6. /*************************************************************************
  7. *    タブコードをスペースに変換する
  8. *************************************************************************/
  9.  
  10. int        TxdUsr_tab2spc( char *txd )
  11. {
  12.  
  13.  
  14. }
  15.  
  16.